Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Displaying the lambda tools version for the help command #117

Merged
merged 2 commits into from
May 12, 2017
Merged

Displaying the lambda tools version for the help command #117

merged 2 commits into from
May 12, 2017

Conversation

coreycoto
Copy link
Contributor

dotnet lambda help displays the version of the Amazon.Lambda.Tools.

AWS Lambda Tools for .NET Core functions (1.5.0)
Project Home: https://github.com/aws/aws-lambda-dotnet

}
catch (AmbiguousMatchException e)
{
Console.Error.WriteLine(e.Message);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you may want to just return null in that case instead of printing a nasty exception

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call! Updated the PR.

@normj normj merged commit 939f767 into aws:master May 12, 2017
@normj
Copy link
Member

normj commented May 12, 2017

Thanks for the pull request. It will go out with the next release.

@normj
Copy link
Member

normj commented Jun 1, 2017

Version 1.6.0 of Amazon.Lambda.Tools was released with this pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants